/*!
Theme Name: ekonomika
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ekonomika
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

she is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/***
 *
***************************/
@font-face {
    font-family: "NeueMachina-Black";
    src: url("/wp-content/themes/ekonomika/fonts/NeueMachina-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "NeueMachina-Light";
    src: url("/wp-content/themes/ekonomika/fonts/NeueMachina-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
     ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
     ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

.panel-grid {
    margin-bottom: 0 !important;
}

/* Forms
     ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.btn {
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    border: none;
}

.btn-primary {
    background: #d617ce;
    background: linear-gradient(45deg, #d617ce, #8f52f5);
    letter-spacing: 1px;
}

.btn-light {
    border-color: #d617ce;
    color: #d617ce;
}

.btn-primary:hover {
    background: linear-gradient(45deg, #d617ce, #8f52f5);
}

.btn-light:hover {
    background: #fff;
    border-color: #d617ce;
    color: #fff !important;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
     ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: 'HelveticaNeueCyr', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}

.widget-title {
    font-family: 'NeueMachina-Black';
    font-size: 35px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    z-index: 4;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 2px;
}

.subtitle {
    font-size: 20px;
    color: #8f52f5;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: 15px;
    text-align: center;
}

@media (max-width: 600px) {
    .widget-title {
        font-size: 30px;
    }
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
    background: #fff;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */

a:focus {
    outline: none !important;
    box-shadow: none !important;
}

a:hover,
a:active {
    outline: none !important;
    box-shadow: none !important;
}

a {
    outline: none !important;
    box-shadow: none !important;
}

button:hover, button:active, button:focus {
    outline: none !important;
    box-shadow: none !important;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header-section {
    position: relative;
    padding-top: 0;
    padding-bottom: 60px;
    overflow: hidden;
}

.header-section-fon {
    background: url("/wp-content/uploads/2021/05/internet.jpg");
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    height: calc(100% + 150px);
    z-index: -2;
}

.header-section-fon-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .8;
    background: #0b1e3e;
}

.header-phone img {
    width: 30px;
}

.header-phone {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.header-phone span {
    color: #d617ce;
    font-weight: bold;
}

.header-phone:hover {
    color: #fff;
}

@media (min-width: 992px) {
    .header-section {
        padding-bottom: 120px;
    }
}

/* Navigation
--------------------------------------------- */
.fixed-header {
    position: fixed;
    top: -90px;
    background: #000000;
    -webkit-box-shadow: 0px 0 10px 0px #000000;
    box-shadow: 0px 0 10px 0px #000000;
    width: 100%;
    z-index: 50;
    transition: .5s;
}

.fixed-header-action {
    top: 0 !important;
}

.fixed-header-fixed {
    top: 0;
}

.navbar-brand img {
    width: 80px;
}

.main-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation div a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
}

@media (min-width: 1200px) {
    .lang-item a {
        background: #edb4c0;
        color: #fff !important;
        width: 40px;
        height: 40px;
        padding: 0;
        position: absolute;
        top: -10px;
        right: -50px;
        text-align: center;
        line-height: 40px;
        border-radius: 50%;
        font-weight: bold;
    }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.menu-mobile-button {
    display: block;
    width: 30px;
}

.mobile-menu-popup {
    position: fixed;
    height: 100%;
    bottom: 0;
    left: -280px;
    z-index: 99;
    background: #f9f9f9f0;
    -webkit-box-shadow: 0px 0 10px 0px #959595;
    box-shadow: 0px 0 10px 0px #959595;
    width: 270px;
    display: none;
    overflow: auto;
}

.close-menu-popup {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-menu-close {
    position: relative;
    padding: 30px 15px 15px 15px;
    background: #a9a9a9;
}

.popup-content-menu {
    height: 100%;
}

.popup-content-menu > div {

}

.popup-content-menu ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    max-width: 190px;
    float: right;
}

.popup-content-menu ul li {

}

.popup-content-menu ul li a {
    color: #000;
    text-transform: uppercase;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: bold;
    text-decoration: none;
}

@media (min-width: 1200px) {
    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: flex;
    }

    .menu-mobile-button {
        display: none;
    }
}

@media (max-width: 1200px) {
    .menu-mainua-container, .menu-mainru-container {
        padding: 15px 15px 15px 30px;
    }

    .popup-content-menu ul li {
        margin-top: 8px;
    }
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF; /* change if the mask should have another color then white */
    z-index: 99999; /* makes sure it stays on top */
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%; /* centers the loading animation horizontally one the screen */
    top: 50%; /* centers the loading animation vertically one the screen */
    background-image: url("images/preloader-icon.svg");
    z-index: 9999; /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -50px 0 0 -50px; /* is width and height divided by two */
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
.btn span {
    z-index: 2;
    position: relative;
}

.btn:hover .button-animation {
    width: 100%;
}

.button-animation {
    position: absolute !important;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 100%;
    z-index: 0 !important;
    background: #d617ce;
    background: linear-gradient(45deg, #d617ce, #8f52f5);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*--------------------------------------------------------------
# First Screen
--------------------------------------------------------------*/
.firs-screen {
    margin-top: 60px;
    margin-bottom: 60px;
    position: relative;
    z-index: 22;
}

.speacers-slider-element {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
}

.first-screen-speacers-logo {
    text-align: center;
    height: 60px;
}

.first-screen-speacers-logo img {
    width: auto;
    height: 60px;
}

.first-screen-speacers-image {
    width: auto;
    height: 490px;
}

.first-screen-title, .first-screen-slogan, .first-screen-date, .first-screen-place, .first-screen-text {
    text-align: right;
    color: #fff;
}

.first-screen-title {
    font-family: 'NeueMachina-Black';
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 15px !important;
}

.first-screen-date img {
    margin-right: 15px;
    margin-top: -5px;
}

.first-screen-date span {
    font-size: 18px;
}

.speacers-list-img {
    margin-bottom: 10px;
}

.first-form-text {
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 15px;
}

.first-form-text span {
    font-weight: 900;
}

@media (max-width: 992px) {
    .first-screen-date {
        text-align: center;
        margin-bottom: 5px;
    }

    .first-screen-place {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .first-screen-title {
        font-size: 40px;
    }

    .first-screen-slogan {
        font-size: 26px;
    }

    .first-screen-speacers-image {
        width: 100%;
        height: auto;
    }

    .first-screen-speacers-title {
        position: absolute;
        bottom: -1px;
        z-index: 2;
    }
}

.first-screen-slogan {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.first-screen-place {
    margin-bottom: 15px;
}

.first-screen-text {
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 15px;
    overflow: hidden;
    margin-top: 30px;
    letter-spacing: 1px;
}

.first-screen-text p {
    margin-bottom: 0 !important;
    width: 100%;
    font-weight: 100;
    text-align: center;
}

.first-screen-speacers-slider {
    width: 400px;
    margin-right: 30px;
}

.first-screen-description {
    width: calc(100% - 430px);
}

.first-screen-speacers-title {
    background: #0b1e3e;
    color: #fff;
    font-weight: 300;
    text-align: center;
    width: 100%;
    padding: 8px 15px;
    margin: 0 auto;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.first-screen-button-box > div {
    position: relative;
    overflow: hidden;
    max-width: 610px;
}

.first-screen-button-box .promocode-button {
    display: inline-block;
    color: #fff;
    font-weight: 100;
    letter-spacing: 1px;
    margin-top: 0;
    margin-left: 0;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
}

.first-screen-button-box button {
    margin-bottom: 10px;
}

.first-screen-button-box .btn-first-button {
    margin-right: 15px;
}

.first-screen-button-box a {
    margin-bottom: 15px;
    width: max-content;
}

.first-screen-slider-box {
    position: relative;
    width: 100%;
    height: 595px;
    overflow: hidden;
}

@media (max-width: 992px) {
    .first-screen-speacers-slider {
        width: 100%;
        margin-right: 0;
    }

    .first-screen-description {
        width: 100%;
        margin-top: 15px;
    }
}

.first-box-pricebox .price-block-separator {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 38px;
    line-height: 34px;
    color: #fff;
}

.first-box-pricebox .price-block-top {
    color: #fff !important;
    font-size: 14px;
    margin-bottom: 0;
}

.first-box-pricebox .price-promo span:first-child, .first-box-pricebox .price-full span:first-child {
    font-size: 24px !important;
}

.first-box-pricebox .price-promo {
    color: #fff !important;
}

/* Leading
--------------------------------------------- */
.leading-images {
    width: 180px;
    margin-right: 15px;
}

.leading-images img {
    border-radius: 50%;
}

.leading-text {
    width: calc(100% - 195px);
}

.leading-text h4 {
    font-size: 20px;
    font-weight: bold;
}

.leading-text ul {
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 15px;
}

.leading-text ul li {
    font-size: 0.8em;
}

@media (max-width: 767px) {
    .leading-images {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .leading-text {
        width: 100%;
    }
}

/* Forms
--------------------------------------------- */
.promocode-button {
    margin-left: 15px;
}

.promocode-container {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
    z-index: 10;
}

.promocode-container-top {
    padding: 15px 30px;
    background: #efefef;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.promocode-container-top p:first-child {
    font-weight: bold;
    text-align: center;
}

.promocode-container-top p:last-child {
    text-align: center;
}

.promocode-container-bottom {
    padding: 15px 30px;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

@media (max-width: 600px) {
    .promocode-button {
        display: block;
        width: max-content;
        margin-left: 0;
        margin-top: 15px;
    }
}

/* English Dom
--------------------------------------------- */
.ed-checkout {

}
.ed-checkout input {

}
.ed-checkout label {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    margin-bottom: 10px;
}


/* Statistic box
--------------------------------------------- */
.statistic-row {
    width: 100%;
    margin: 0 auto;
    margin-top: 0;
    flex-direction: row !important;
}

.statistic-row .statistic-colum {
    padding-right: 60px;
}

.statistic-row .statistic-colum:last-child {
    padding-right: 0;
}

.statistic-row .widget-title {
    width: auto;
    font-size: 50px;
    margin-bottom: 0;
    margin-right: 15px;
    text-align: center;
}

.statistic-row .textwidget {
    line-height: 22px;
    text-align: center;
}

.statistic-colum {
    position: relative;
}

@media (min-width: 992px) {
    .statistic-row {
        margin-top: -110px;
    }

    .statistic-row .widget-title {
        color: #fff;
    }

    .statistic-row .textwidget {
        text-align: left;
        color: #fff;
    }
}

@media (max-width: 991px) {
    .statistic-row {
        margin-top: 30px;
    }
}

@media (max-width: 576px) {
    .statistic-row .statistic-colum {
        padding: 10px 10px;
        width: 50%;
    }

    .statistic-colum-last {
        width: 100% !important;
    }
}

/*
Format Participation
--------------------------------------------------------------*/
.package-block {
    position: relative;
    overflow: hidden;
}

.widget_package-block {
    position: relative;
    padding-bottom: 60px;
}

.widget_package-block .widget-title {
    margin-bottom: 30px;
    text-align: center;
}

.package-row {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.package-colum-2 {
    background: #ffffffeb;
    width: calc(50% - 12px);
    max-width: 360px;
    margin-right: 15px;
    overflow: hidden;
}

.package-colum {
    width: calc(33% - 18px);
    margin-right: 30px;
    box-shadow: 5px 5px 10px 0px #0f1d4485;
}

.package-colum:last-child {
    margin-right: 0;
}

.package-colum h4 {
    padding: 15px;
    font-size: 1.2em;
    text-align: center;
    border-bottom: 1px solid #efefef;
    margin-bottom: 0;
}

.package-colum .btn {
    width: 100%;
    border: 0;
    border-radius: 0;
    font-size: 16px;
}

.package-colum ul {
    margin: 0;
    padding: 0;
}

.package-colum ul li {
    padding: 10px 15px 10px 15px;
}

.package-colum ul li span {
    line-height: 1.2em;
    font-weight: 300;
    color: #000;
}

.package-colum ul li img {
    margin-top: 5px;
    margin-right: 10px;
}

.active-item {
    background: #efefefd6;
}

.format-price-box {
    padding: 15px;
}

.package-fon-two {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d7fffa;
    z-index: -2;
}

.package-fon-kv {
    background: url('/wp-content/uploads/2021/04/element-line-green.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
}

.package-block .timer-style-light div span {
    display: block;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    line-height: 30 xp;
    height: 50px;
}

.package-block .timer-style-light div small {
    color: #000;
}

@media (max-width: 992px) {
    .package-colum {
        width: 100%;
        margin-bottom: 30px !important;
    }

    .package-colum:last-child {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .package-colum-2, .package-colum-3 {
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .package-colum:last-child {
        margin-right: auto;
    }
}

/* General Partners
--------------------------------------------- */
.general-partners .widget-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: #404040;
}

.general-partners .textwidget {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.general-partners .custom-html-widget {
    margin-top: 30px;
}

.general-partner-title {
    font-weight: bold;
    margin-bottom: 15px !important;
    text-align: center;
}

.general-partners p {
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 0;
    font-weight: bold;
    text-transform: uppercase;
}

.general-partner-colum {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.general-partner-colum a:first-child {
    margin-right: 50px;
}

.general-partner-colum-parent {
    margin: 10px 15px;
}

@media (max-width: 767px) {
    .general-partner-colum a:first-child {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

/* Whom Box
--------------------------------------------- */
.for-whom-number {
    width: 80px;
    margin-right: 15px;
}

.for-whom-text {
    width: calc(100% - 95px);
}

.for-whom-text span {
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    color: #8f52f5;
    border-bottom: 1px solid #8f52f5;
}

/* Themes Box
--------------------------------------------- */
.themes-box {
    position: relative;
    overflow: hidden;
}

.themes-box .widget-title {
    color: #fff;
    text-align: left;
}

.themes-box .subtitle {
    text-align: left;
}

.themes-box-creative {
    background: url('/wp-content/uploads/2021/05/foto_4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 3;
}

.themes-box-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: #0b1e3e;
    background: linear-gradient(80deg, #0b1e3e, #8f52f5, #8f52f508);
}

.themes-colum {
    position: relative;
    margin-bottom: 15px;
}

.themes-colum-text {
    color: #fff;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    z-index: 2;
}

.themes-colum-text:before {
    content: '';
}


.themes-kv {
    width: 30px;
}

.kv-line {
    position: absolute;
    background: #04c2aa;
}

.themes-box-text {
    position: relative;
    width: 60%;
    padding-top: 60px;
    padding-bottom: 190px;
    z-index: 9;
}

.themes-box .so-panel {
    margin-bottom: 0 !important;
}

@media (max-width: 992px) {
    .themes-box-text {
        width: 100%;
    }

    .themes-box-fon {
        background: #0b1e3eb5;
        background: linear-gradient(80deg, #0b1e3eb5, #8f52f5d1, #8f52f508);
    }

    .themes-box-creative {
        width: 100%;
    }

    .themes-colum-1 .themes-colum-text, .themes-colum-2 .themes-colum-text, .themes-colum-3 .themes-colum-text, .themes-colum-4 .themes-colum-text, .themes-colum-5 .themes-colum-text, .themes-colum-6 .themes-colum-text {
        width: calc(100% - 30px);
        margin-left: 30px;
    }

    .themes-colum-1 .kv-line, .themes-colum-2 .kv-line, .themes-colum-3 .kv-line, .themes-colum-4 .kv-line, .themes-colum-5 .kv-line, .themes-colum-6 .kv-line {
        width: 15px;
        display: block;
    }

}

@media (max-width: 767px) {
    .themes-box-text {

    }
}

/* Speacers
--------------------------------------------- */
.widget_full_speacers .widget-title, .widget_full_speacers .subtitle {
    text-align: center;
}

#speacers {
    position: relative;
}

.speacers-aftertitle {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
}

.speacers-list-img img {
    background-image: url('/wp-content/uploads/2021/05/fon-speacers.jpg');
    background-color: #cdf1ff;
    background-size: contain;
    background-position: center;
}

.speacers-list-img img {
    display: block;
    width: 100%;
    max-width: 180px;
    border-radius: 50%;
    margin: 0 auto;
}

.speacers-list-description h4 {
    text-align: center;
}

.speacers-list-description span {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}

.speacers-list-bottom {
    text-align: center;
}

.speacers-list-bottom img {
    display: block;
    width: auto;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.speacers-list-bottom .btn {
    display: block;
    width: max-content;
    margin: 0 auto;
    border: 1px solid #8f52f5 !important;
    background: #fff !important;
    color: #8f52f5;
}

.speacers-list-bottom .btn:hover, .speacers-list-bottom .btn:focus {
    border: 1px solid #8f52f5 !important;
    background: #8f52f5 !important;
    color: #fff;
}

.speacer-popup {
    position: fixed;
    height: 0;
    bottom: 0;
    z-index: 99;
    background: #fffffff5;
    width: 100%;
    display: none;
    overflow: auto;
}

.speacer-popup-content {
    height: 100%;
}

.speacer-popup-content p {
    text-align: center;
}

.speacer-popup-content > div {
    width: 100%;
    height: 100%;
    max-width: 500px;
    padding-left: 35px;
    padding-right: 20px;
    margin-top: 100px;
}

.close_popup-speacer {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speacer-popup-image {
    text-align: center;
    margin-bottom: 15px;
}

.speacer-popup-image img {
    width: 168px;
    border-radius: 50%;
    background-image: url('/wp-content/uploads/2021/05/fon-speacers.jpg');
    background-color: #cdf1ff;
    background-size: contain;
    background-position: center;
}

.speacer-popup-content h4 {
    text-align: center;
}

.speacer-popup-content span {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.speacer-popup-content ul {
    margin-left: 0;
    padding-left: 0;
}

.speacer-popup-content .logo-sp {
    display: block;
    width: 100%;
    max-width: 128px;
    margin: 0 auto;
}

.speacer-popup-content ul {
    margin-top: 15px;
}

.speacer-theme-box {
    font-size: 14px;
    text-align: center;
    line-height: 16px;
    margin-bottom: 15px;
}

.speacer-theme-box span {
    font-weight: bold;
}

@media (max-width: 600px) {
    .open-speacer-popup {
        font-size: 12px !important;
    }

    .speacers-list-description span {
        font-size: 0.8em;
    }
}

/* Forms
--------------------------------------------- */
.popup-forms {
    position: fixed;
    height: 0;
    bottom: 0;
    z-index: 99;
    background: #f9f9f9eb;
    width: 100%;
    display: none;
    overflow: auto;
}

.popup-forms-content {
    height: 100%;
}

.popup-forms-content .ed-checkout label {
    color: #000 !important;
}

.popup-forms-content > div {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
}

.close_popup {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up-cisco {
    font-size: 0.8em;
    font-weight: bold;
    color: #8f52f5;
}

/* Quite
--------------------------------------------- */
.quite-zoom-colum-1 {
    position: relative;
}

.quite-zoom-colum-1:after {
    content: '';
    position: absolute;
    background: url('/wp-content/uploads/2021/05/arrow_white.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    display: block;
    bottom: -15px;
    width: 100%;
    height: 50px;
}

@media (max-width: 992px) {
    .quite-zoom-colum-1:after {
        content: '';
        position: absolute;
        background: url('/wp-content/uploads/2021/05/arrow_vertical.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right bottom;
        display: block;
        width: 50px;
        height: 150px;
        right: 30px;
        bottom: -60px;
        opacity: 0.3;
    }

    .quite-zoom-colum-2 p {
        max-width: 80%;
    }
}

.quite-zoom-akcent-2 {
    border-bottom: 2px solid #8f52f5;
    color: #8f52f5;
}

.quite-zoom-colum-1 p {
    font-size: 18px;
}

.quite-zoom-colum-2 p {
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.quite-zoom-akcent-1 {
    letter-spacing: 0.5px;
    background: #eee3ff;
    padding-left: 5px;
    padding-right: 5px;
}

/* Exabeam Bbox Quite
--------------------------------------------- */

.exabeam-box {
    position: relative;
}

.exabeam-box:before {
    content: '';
    background: url('/wp-content/uploads/2021/05/exabeam-v2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
}

.exabeam-box:after {
    content: '';
    background: url('/wp-content/uploads/2021/05/exabeam-v1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .1;
}

@media (max-width: 992px) {
    .exabeam-box:before {
        content: '';
        background: url('/wp-content/uploads/2021/05/exabeam-v2.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 50%;
        height: 50%;
        z-index: -1;
        opacity: .1;
    }

    .exabeam-box:after {
        content: '';
        background: url('/wp-content/uploads/2021/05/exabeam-v1.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        display: block;
        position: absolute;
        top: unset;
        bottom: 0;
        left: unset;
        right: 0;
        width: 50%;
        height: 50%;
        z-index: -1;
        opacity: .1;
    }
}

.exabeam-box-content {
    text-align: center;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.exabeam-box-content p span {
    border-bottom: 2px solid #8f52f5;
    color: #8f52f5;
}

.exabeam-box-content p {
    font-weight: bold;
}

.exabeam-box-content p:first-child {
    font-weight: normal;
}

/* Helpful Box
--------------------------------------------- */
.helpful-box {
    position: relative;
    align-items: center !important;
    padding-bottom: 60px;
}

.helpful-box ul {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.helpful-box ul li {
    margin-bottom: 20px;
}

.helpful-box ul li:last-child {
    margin-bottom: 0;
}

.helpful-box .panel-last-child {
    position: relative;
    z-index: 4;
}

/* Quite Every Year
--------------------------------------------- */
.quite-every-year {
    position: relative;
}

.quite-every-year-text .textwidget {
    width: 50%;
}

.quite-every-year-text .textwidget p {
    font-size: 38px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #8f52f5;
}

.quite-every-year-decore {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/uploads/2021/05/every-text-3.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 60%;
    z-index: -1;
    opacity: 0.2;
}

@media (max-width: 992px) {
    .quite-every-year-text .textwidget {
        width: 100%;
    }

    .quite-every-year-decore {
        opacity: 0.1;
    }

    .quite-every-year-text .textwidget p {
        font-size: 30px;
    }

    .quite-every-year {
        padding: 30px 0px 30px 0px !important;
    }
}

/* Top Small Text Instrument
--------------------------------------------- */
.top-small-text-instrument {
    background: linear-gradient(to right, #0b1e3e, #410094);
    color: #fff;
}

.top-small-text-instrument p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

.top-small-text-instrument p span {
    font-weight: bold;
    text-transform: uppercase;
    color: #d617ce;
    font-size: 18px;
    font-family: 'NeueMachina-Black';
}


/* Top Text Instrument
--------------------------------------------- */
.top-text-instrument {

}

.text-instrument-top {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.text-instrument-center {
    margin-bottom: 10px;
}

.text-instrument-center mark {
    background: #d617ce;
    color: #fff;
}

.text-instrument-bottom {
    margin-bottom: 0;
    font-weight: bold;
}

.text-instrument-bottom span {

}

/* Free Format
--------------------------------------------- */
.free-format-box {
    position: relative;
    overflow: hidden;
}

.free-format-image-1 {
    width: 60%;
    right: 0;
    top: -50px;
    position: absolute;
    border-radius: 0.25rem;
    border: 3px solid #fff;
    box-shadow: 5px 5px 15px 0px #0b1e3e9c;
}

.free-format-image-2 {
    width: 60%;
    left: 0;
    top: 70px;
    position: absolute;
    border-radius: 0.25rem;
    border: 3px solid #fff;
    box-shadow: 5px 5px 11px 0px #0b1e3e9c;
}

@media (max-width: 992px) {
    .free-format-image-1 {
        display: block;
        position: relative;
        top: 0;
        margin: 0 auto;
    }

    .free-format-image-2 {
        display: block;
        position: relative;
        top: -60px;
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 567px) {
    .free-format-image-1 {
        width: 100%;
        display: block;
        position: relative;
        top: 0;
        margin: 0 auto;
    }

    .free-format-image-2 {
        display: block;
        position: relative;
        top: -60px;
        width: 80%;
        margin: 0 auto;
    }
}

/* Lead Form
--------------------------------------------- */
.lead-form-content {
    position: relative;
    z-index: 12;
}

.lead-form-row {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    margin-top: -150px;
    border-radius: 0.25rem;
    box-shadow: 5px 5px 15px 0px #000000a8;
    background: #fff;
}

.lead-form-left {
    width: 60%;
    padding: 30px 15px;
}

.lead-form-text-bottom {
    font-weight: bold;
    text-transform: uppercase;
}

.lead-form-bottom-box .btn {
    display: table;
}

.lead-form-right {
    position: relative;
    padding: 5px;
    width: 40%;
    transition: 1s;
    border-radius: 0.25rem;
    background: #efefef;
}

.lead-form-right p, .lead-form-left p {
    margin-bottom: 10px;
}

.lead-form-right .btn, .lead-form-left .btn {
    margin-bottom: 15px;
}

.lead-form-text-top {
    margin-bottom: 10px;
    line-height: 24px;
    font-weight: 300;
}

@media (max-width: 992px) {
    .lead-form-left {
        width: 100%;
    }

    .lead-form-right img {
        width: 100%;
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    .lead-form-right {
        width: 100%;
    }
}

/* Testimonials
--------------------------------------------- */
.widget_testimonials_widget .widget-title {
    margin-bottom: 30px;
}

.owl-testimonials .item {
    overflow: hidden;
    height: 400px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*
# Translation Page
-------------------------------------------------------------- */
.page-template-translation h1,.page-template-freetranslation h1 {
    font-size: 50px;
    text-align: center;
}

.page-template-translation .header-section-fon, .page-template-freetranslation .header-section-fon {
    display: none !important;
}

.page-template-translation .header-section, .page-template-freetranslation .header-section {
    padding-bottom: 0;
}

.page-template-translation .right-colum .widget-title, .page-template-translation .right-colum .widget-title, .page-template-freetranslation .right-colum .widget-title {
    font-size: 18px;
    margin-bottom: 15px;
}

.line_logo {
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    border: 2px solid #efefef;
}

.line_logo .line_boxes {
    position: relative;
    left: -210px;
    height: 80px;
}

.line_logo .line_box {
    position: absolute;
    width: 210px;
    height: 80px;
    color: black;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.line_logo .line_box img {
    display: block;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.page-template-translation .translation-top-block, .page-template-freetranslation .translation-top-block {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.page-template-translation .translation-top-block p, .page-template-freetranslation .translation-top-block p {
    font-weight: bold;
    text-align: center;
}

.page-template-translation .translation-top-block ul, .page-template-freetranslation .translation-top-block ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.page-template-translation .translation-top-block ul li, .page-template-freetranslation .translation-top-block ul li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.page-template-translation .btn-translation, .page-template-freetranslation .btn-translation {
    display: block;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
}

.phone-info {
    text-align: center;
}

.page-template-translation .widget-title, .page-template-freetranslation .widget-title {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.active-punkt ul {
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0;
}

.active-punkt .pr-theme p {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 18px;
}

.short-speacers-list p {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.short-speacers-list ul {
    margin-left: 20px;
    padding-left: 0;
    margin-bottom: 0;
}

.translation-lead .textwidget {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.translation-lead .translation-lead-top {
    text-align: center;
    font-weight: bold;
}

.translation-lead .translation-lead-bottom {
    text-align: center;
}

.tarnslation-login-form {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.tranlation-password-text {
    text-align: center;
}

.page-template-translation .sp-im {
    border-radius: 50%;
    width: 100%;
    max-width: 120px;
}

.page-template-translation .popup-content-menu ul {
    padding-right: 15px;
}

.page-template-translation .circle-dash_title, .page-template-translation .circle-digit {
    color: #000000;
}

.page-template-translation .circle-dashboard {
    justify-content: center !important;
}

.social-b {
    border: 2px solid #3b5998;
    padding: 5px;
    line-height: 1em;
    text-decoration: none;
    font-weight: bold;
    color: #3b5998 !important;
    border-radius: 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.social-b img {
    margin-right: 10px;
}

.social-b:hover {
    color: #ffffff !important;
    background: #3b5998 !important;
}

/* Free Translation
--------------------------------------------- */
.popuptranslation {
    
}

/* Galleries
--------------------------------------------- */
.gallery {
    position: relative;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
    display: block;
}

/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Moderator Box
-------------------------------------------------------------- */
.moderator-box {
    margin-top: 30px;
}

.moderator-box-img {
    width: 100%;
    max-width: 180px;
    margin-right: 15px;
}

.moderator-box-img img {
    display: block;
    width: 100%;
    border-radius: 50%;
    margin: 0 auto;
    background: #410094;
}

.moderator-box-text {
    width: calc(100% - 195px);
    max-width: 260px;
}

.moderator-box-plashka {
    background: #410094;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    border-radius: 0.25rem;
    margin-bottom: 10px;
}

.moderator-box-middle-text {
    margin-bottom: 10px;
}

.moderator-box-name {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
}

.moderator-box-logo {
    width: 100%;
    max-width: 180px
}

#programm .moderator-box-img img {
    max-width: 128px;
    background: none;
    border: 1px solid #350780;
}

#programm .moderator-box {
    margin-bottom: 30px;
}

@media (max-width: 600px) {
    .moderator-box-img {
        margin-bottom: 15px;
        margin-right: 0;
    }

    .moderator-box-text {
        width: 100%;
        text-align: center;
        max-width: none;
    }

}

/*--------------------------------------------------------------
# Reasons Block
-------------------------------------------------------------- */
.owl-video .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.owl-video .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    background: #c7d9db;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: 5px;
}

.owl-video .owl-dots .owl-dot.active {
    background: #ebc6ce;
}

/*--------------------------------------------------------------
# Top Statistic
-------------------------------------------------------------- */
.top-statistic-box {
    overflow: hidden;
    background: #efefef;
}

.top-statistic-box .textwidget {
    width: 100%;
    margin: 0 auto;
}

.top-statistic-img {
    width: 190px;
    margin-right: 15px;
}

.top-statistic-text {
    width: calc(100% - 205px);
}

.top-statistic-text p {
    font-size: 18px;
    /* color: #fff; */
    /* font-weight: 100; */
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .top-statistic-img {
        width: 100%;
        margin-right: 0;
    }

    .top-statistic-img img {
        display: block;
        width: 100%;
        max-width: 200px;
    }

    .top-statistic-text {
        width: 100%;
    }
}


/*--------------------------------------------------------------
# Reasons Block
-------------------------------------------------------------- */
.reason-block {
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #0b1e3e, #410094);
}

.reasons-list {
    position: relative;
    z-index: 2;
}

.reason-block .widget-title {
    color: #fff;
}

.reason-block .widget-title, .reason-block .subtitle {
    text-align: center;
}

.reasons-list {
    padding-left: 0;
    list-style: none;
    margin-left: 0;
}

.reasons-list .open-popup-form {
    display: block;
    width: 100%;
    max-width: max-content;
    margin: 0 auto;
}

.reasons-list .reasons-list-number {
    font-family: 'NeueMachina-Light';
    width: 85px;
    margin-right: 15px;
    height: 60px;
    font-size: 54px;
    line-height: 55px;
    color: #8f52f5;
    display: inline-block;
    text-align: center;
}

.reasons-list .reasons-list-text {
    width: calc(100% - 100px);
    margin: 0 auto;
    color: #fff;
}

.reason-bottom-fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/wp-content/uploads/2021/05/icon-fon-v1.png");
    background-size: 30%;
    background-repeat: no-repeat;
    background-position: right center;
    z-index: 1;
}

@media (max-width: 767px) {
    .reasons-list .reasons-list-number {
        margin-bottom: 15px;
        width: 100%;
        margin-right: 0;
        text-align: left;
    }

    .reasons-list .reasons-list-text {
        width: 100%;
    }

    .reason-bottom-fon {
        background-size: cover;
        opacity: 0.2;
        background-position: center;
    }
}

/*
# Ebaut Project
-------------------------------------------------------------- */
.organisators-block .widget-title, .organisators-block .subtitle {
    text-align: center;
}

.organisators-block .subtitle {
    margin-bottom: 10px;
}

/*
# No Leave
-------------------------------------------------------------- */
.no-leave {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffdb;
    z-index: 999999;
}

.no-leave-box {
    position: relative;
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    top: 100px;
    background: #fff;
    overflow: hidden;
    border-radius: 0.25rem;
}

.no-leave-content {
    padding: 15px;
}

.close-no-leave {
    width: 30px;
    height: 30px;
    background: #fff;
    padding: 7px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 5px;
    top: 5px;
}

.no-leave-content-top p:first-child {
    font-weight: bold;
    margin-bottom: 5px;
}

.no-leave-content-top p:last-child {
    margin-bottom: 15px;
}

.no-leave-content-bottom p {
    font-size: .8em;
}

/*
# Price Block
-------------------------------------------------------------- */
.price-block-top {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
}

.price-promo {
    margin-right: 15px;
    color: #000;
}

.price-promo span:first-child {
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
}

.price-full {
    color: #848484;
    text-decoration: line-through;
}

.price-full span:first-child {
    font-weight: bold;
    font-size: 30px;
    margin-right: 5px;
}

/*
# Place
-------------------------------------------------------------- */
.place-colums .widget-title {
    text-align: left;
    font-size: 20px;
}

/*
# Gallery Slider
-------------------------------------------------------------- */
.gallery_congress {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.widget_gallery_ivents {
    position: relative;
}

.widget_gallery_ivents .widget-title {
    text-align: center;
    margin-bottom: 30px;
}

.gallery-slider-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slider-nav {
    margin-top: 20px;
}

.slider-nav-btn a {
    background-color: #c2c2c200;
    transition: all .2s;
    transition: .5s;
}

.slider-nav-btn a:hover {
    background: #00000094;
}

.button-slider .slider-nav-btn .carousel-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-slider .slider-nav-btn .carousel-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Page Wayworpay Online
--------------------------------------------- */
.form-widget-title {
    display: block;
    width: 100%;
    max-width: 660px;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.online-page .entry-title {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.online-page .wayforpay-button {
    margin: 0 auto;
    margin-top: 30px;
    display: block;
}

.view-formbox-allert {
    text-align: center;
    margin-top: 15px;
    color: #df005b;
    font-weight: bold;
}

.online-page-entry-title {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}

.widget-wayforpay-box h4 {
    margin-bottom: 30px;
}

.widget-wayforpay-box {
    position: relative;
    padding: 30px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 60px;
    border: 15px solid #efefef;
    overflow: hidden;
}

.widget-wayforpay-box .btn {
    width: calc(50% - 15px);
}

@media (max-width: 600px) {
    .widget-wayforpay-box .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

/*
# Programm
-------------------------------------------------------------- */
#programm {
    position: relative;
}

.programm-row {
    border-bottom: 1px solid #81ccc7;
}

.widget_full_programm .widget-title {
    margin-bottom: 30px;
}

.programm-time {
    width: 120px;
    margin-right: 15px;
}

.pogramm-content {
    width: calc(100% - 135px);
}

.programm-row .pr-photo {
    margin-bottom: 15px;
}

.programm-row .pr-photo img {
    display: block;
    border-radius: 50%;
    width: 100%;
    max-width: 128px;
    border: 1px solid #350780;
}

.programm-row h4 {
    font-size: 18px;
    font-weight: bold;
}

.registration-block .theme-block p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.programm-row .logo-prog {
    width: auto;
    height: 50px;
}

.programm-speacer-special-info {
    background: #ffeb3b;
    padding: 3px 5px;
    border-radius: 0.25em;
    width: max-content;
    font-weight: bold;
    text-transform: uppercase;
}

.pr-theme p {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}

.pr-theme .thesisbox ul {
    margin-left: 19px;
    padding-left: 0;
    margin-bottom: 0;
}

.pr-theme .thesisbox ul li {
    font-size: .8em;
}

.is-moderator {
    font-size: 12px;
    background: #ffeb3b;
    padding: 3px 5px;
    border-radius: 0.25em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: bold;
}

.programm-row .d-in {
    font-size: .8em;
}

.pannel-row h4 {
    font-size: 18px;
    margin-top: 10px;
}

.pannel-row .logo-prog {
    height: 35px;
}

.diskuss {
    text-transform: uppercase;
    font-weight: bold;
}

@media (max-width: 767px) {
    .programm-time, .pogramm-content {
        width: 100%;
    }
}

/*
# Owl
-------------------------------------------------------------- */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*
# Gallery Owl
-------------------------------------------------------------- */
.course-box {
    position: relative;
    background: linear-gradient(to right, #0b1e3e, #410094);
}

.course-box:before {
    content: '';
    background: url("/wp-content/uploads/2021/05/cisco_fon.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.2;
}

.course-box > div {
    z-index: 2;
}

.course-box .widget_text {
    margin-bottom: 0 !important;
}

.course-box-plashka {
    position: absolute;
    top: 0;
    color: #fff;
    background: #d617ce;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
}

.course-box-top {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
}

.course-box-logo {
    width: 50px;
}

.course-box-top a {
    color: #fff !important;
}

.course-box-top mark {
    background: #d617ce;
}

.course-box-colum-one {
    width: 100%;
    max-width: 150px;
    margin-right: 15px;
}

.course-box-colum-one img {
    border-radius: 50%;
}

.course-box-colum-two {
    width: calc(100% - 175px);
}

.course-box-colum-text-top {
    margin-bottom: 10px;
    color: #fff;
    font-weight: 300;
    letter-spacing: 1px;
}

.course-box-colum-text-top span {
    font-weight: 900;
    letter-spacing: normal;
}

.course-box-colum-text-bottom {
    margin-bottom: 10px;
    color: #fff;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    .course-box-colum-two {
        width: 100%;
        margin-top: 15px;
    }
}

/*
# Gallery Owl
-------------------------------------------------------------- */
.gallery-owl {

}

.gallery-owl .owl-item {

}

.gallery-owl .owl-item.active {

}

.gallery-owl .owl-item a {

}

.gallery-owl .owl-item a img {

}

/*
# Partners
-------------------------------------------------------------- */
.partners-bottom .widget-title {
    text-align: center;
}

.partner-img {
    text-decoration: none;
}

.partner-img p {
    color: #000;
}

/*
# Top 100
-------------------------------------------------------------- */
.top-sto-image {
    width: 50%;
    max-width: 400px;
    margin-top: 15px;
    margin-right: 30px;
}

.top-sto-text {
    width: calc(50% - 30px);
    max-width: 500px;
}

.top-sto-imagebox {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.top-sto-imagebox:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px solid #89cfcb;
    left: 15px;
    top: -15px;
    z-index: -1;
}

.top-sto-text-top {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .top-sto-text, .top-sto-image {
        width: 100%;
    }

    .top-sto-text {
        margin-bottom: 30px;
    }
}

/*
# Place
-------------------------------------------------------------- */
.place-row .widget-title {
    margin-bottom: 15px;
}


/*
# Lead Page
-------------------------------------------------------------- */
.page-template-leadpage .header-section {
    overflow: hidden;
    padding-bottom: 0;
}

.leadpage-boxform {
    overflow: hidden;
}

.leadpage-boxform label {
    color: #000;
}

.page-template-leadpage .promocode-button {
    display: inline-block;
    margin-left: 0;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.page-template-leadpage .btn-first-button {
    margin-right: 15px;
}

.page-template-leadpage .btn-primary {
    margin-bottom: 15px;
}

.page-template-leadpage .textwidget ul {
    padding-left: 0;
    margin-left: 15px;
}

.page-template-leadpage .textwidget ul li {

}

/*
# Timer
-------------------------------------------------------------- */
.timer-box-text-top {
    text-align: right;
    color: #fff;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.timer-style-light {
    margin-bottom: 30px;
}

.timer-style-light div {
    text-align: center;
    margin-right: 20px;
}

.timer-style-light div:last-child {
    margin-right: 0;
}

.timer-style-light div span {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    line-height: 30 xp;
    height: 50px;
}

.timer-style-light div small {
    color: #fff;
}

@media (max-width: 992px) {
    .timer-box-text-top {
        text-align: center;
        margin-bottom: 10px;
    }
}

/*
# Ivents List
-------------------------------------------------------------- */
.ivents-list-sircle {
    background: #8bfdef;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    opacity: 0.3;
}

.ivetns-list-aftersubtitle {
    text-align: center;
    font-weight: bold;
}

.ivents-list-colum {
    position: relative;
    overflow: hidden;
}

.ivents-list-colum-logo {
    width: 100px;
    margin-right: 15px;
}

.ivents-list-colum-text {
    width: calc(100% - 115px);
}

.ivents-list-colum-text a {
    color: #000;
    text-decoration: none;
}

.ivents-list-logo {
    width: 82px;
}

.form-senks-page {
    margin-top: 30px;
}

.form-senks-page > div {
    width: 100%;
    max-width: 610px;
}

.form-senks-page .ed-checkout label {
    color: #000;
}

/*
# Footer
-------------------------------------------------------------- */
.site-footer {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.site-footer .container {
    position: relative;
    z-index: 4;
}

.footer-fon-top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #0b1e3e;
    background: linear-gradient(80deg, #0b1e3e, #8f52f5);
    opacity: 0.9;
}

.footer-fon-bottom {
    background: url("/wp-content/uploads/2021/05/footer-pattern.png");
    background-size: 100px;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.site-footer .widget-title {
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}

.site-footer .widget-title:after {
    content: none;
}

.site-footer p {
    color: #fff;
    font-weight: 100;
    letter-spacing: 0.5px;
}

.site-footer a {
    color: #fff;
    text-decoration: none;
}

.footer-fon {
    display: block;
    font-size: 20px;
}

.footer-fon span {
    color: #38fbdb;
}

.footer-mail {
    display: block;
    font-size: 20px;
    margin-top: 15px;
}

.arrow-footer {
    position: fixed;
    bottom: 30px;
    left: -100px;
    margin: 0 auto;
    background: #000000a6;
    border: 1px solid #ffffff3b;
    width: 40px;
    height: 40px;
    z-index: 9;
    padding: 7px;
    transition: 0.6s;
}

.arrow-footer img {
    display: block;
    width: 100%;
}

.arrow-footer:hover {
    background: #000000;
}

.fb-url {
    display: inline-block;
    width: 40px;
    margin-top: 30px;
    margin-bottom: 15px;
}